github.com/refraction-networking/utls.serverHelloMsg.selectedGroup (field)

10 uses

	github.com/refraction-networking/utls (current package)
		handshake_client_tls13.go#L311: 	if hs.serverHello.selectedGroup == 0 && hs.serverHello.cookie == nil {
		handshake_client_tls13.go#L328: 	if curveID := hs.serverHello.selectedGroup; curveID != 0 {
		handshake_client_tls13.go#L519: 	if hs.serverHello.selectedGroup != 0 {
		handshake_messages.go#L774: 	selectedGroup CurveID
		handshake_messages.go#L855: 	if m.selectedGroup != 0 {
		handshake_messages.go#L858: 			exts.AddUint16(uint16(m.selectedGroup))
		handshake_messages.go#L998: 				if !extData.ReadUint16((*uint16)(&m.selectedGroup)) {
		handshake_server_tls13.go#L566: 		selectedGroup:     selectedGroup,
		u_public.go#L320: 			selectedGroup:                shm.SelectedGroup,
		u_public.go#L350: 			SelectedGroup:                shm.selectedGroup,